﻿@import url(style.css);
@import url(mobile.css);
@import url(custom.css);
@import url(pscroll.css);
/*首页*/
/*轮显*/
.banner_page{ position:absolute; width:150px; text-align:center; right:25px; color:#fff; font-size:16px; font-family:Arial; z-index:10; bottom:50px; line-height:30px; z-index:5; font-style:italic;}
.banner_page .current{ font-size:28px; color:#00b2f1;}
/*产品*/
.i_product_bg{ background:#f6f6f6; overflow:hidden;}
.i_product{ overflow:hidden; margin-top:56px; margin-bottom:56px;}
.i_product ul li{ float:left; width:49.5%;  overflow:hidden; margin-bottom:1%;}
.i_product ul li:nth-child(2n+0){ float:right;}
/*.i_product ul li:nth-child(5){ float:none; width:100%; margin-bottom:1%;}*/
.i_product ul li .imgs{width:100%; overflow:hidden; position:relative; padding-top:56.8%;}
/*.i_product ul li:nth-child(5) .imgs{ padding-top:32.85%;}*/
.i_product ul li .imgs img{display: block;height: 100%;width: 100%; position:absolute; top:0; left:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;}
.i_product ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.i_product ul li .txts{ overflow:hidden; width:100%;  background:#fff;}
.i_product ul li .txts .cons{ overflow:hidden; margin:0 auto;text-align:left;width:96%; max-width:800px;}
.i_product ul li .txts .h2{  font-weight:normal; height:32px; line-height:32px; overflow:hidden;color:#222222; margin-top:14px;white-space:nowrap;text-overflow:ellipsis; font-size:20px;transition:all 0.3s;}
.i_product ul li:hover .txts .h2{ color:#0054a7;}
.i_product ul li .txts .desc{line-height:28px; height:28px;white-space:nowrap;text-overflow:ellipsis; overflow:hidden;color:#999999; font-size:14px; margin-bottom:17px;}
/*合作伙伴*/
.i_partner_bg{ background:url(../images/i_bg1.jpg) center center no-repeat; background-size:cover; overflow:hidden;}
.i_t{ text-align:center; margin-top:4%; overflow:hidden; color:#222222;}
/*新闻动态*/
.i_news_bg{ background:#f6f6f6; overflow:hidden;}
.i_news_bg2{ background:#fff; overflow:hidden; padding-left:15px; padding-right:15px; padding-top:40px; padding-bottom:20px; margin-top:3%; margin-bottom:5%;}
@media screen and (max-width: 1400px) {
/*轮显*/
.main .banner .down{ bottom:65px;}
/*新闻动态*/
.i_news_bg2{ padding-top:30px; padding-bottom:10px;}

}

@media screen and (max-width: 1200px) {
/*轮显*/
.banner_page{ bottom:35px;}
.main .banner .btn{ bottom:40px;}
/*合作伙伴s*/
.i_t{ margin-top:5%;}
}

@media screen and (max-width: 1100px) {
/*产品*/
.i_product{margin-top:5%; margin-bottom:5%;}

}

@media screen and (max-width: 960px) {
/*轮显*/
.main .banner .btn{ width:130px;right:10px;}
.banner_page{width:130px; font-size:14px; bottom:38px;right:5px;}
.banner_page .current{ font-size:24px;}
/*产品栏目*/
.i_a { display:none;}
/*产品*/
.i_product ul li .txts .h2{ font-size:18px; height:28px; line-height:28px;}
.i_product ul li .txts .desc{ line-height:24px; height:24px; font-size:13px;}
}

@media screen and (max-width: 780px) {

/*产品*/
.i_product ul li .txts .h2{ font-size:16px; height:26px; line-height:26px; margin-top:8px;}
.i_product ul li .txts .desc{ font-size:12px; margin-bottom:8px;}
/*新闻动态*/
.i_news_bg2{ padding-top:20px; padding-bottom:6px; margin-top:4%; padding-left:6px; padding-right:6px;}
}
@media screen and (max-width: 640px) {
/*轮显*/
.main .banner .down{bottom:50px; display:none;}
.main .banner .btn{bottom:30px;}
.banner_page{ bottom:28px;}
.main .banner .swiper-pagination{ bottom:20px;}
.main .banner .swiper-pagination-bullet{ width:20px;margin-left:4px; margin-right:4px;}
.main .banner .swiper-slide .rbtn{ min-width:150px;}
.main .banner .swiper-slide .rbtn span{ height:44px; line-height:44px;}


}

@media screen and (max-width: 480px) {
/*轮显*/
.main .banner .down{bottom:45px;}
.main .banner .btn{bottom:22px;}
.banner_page{ bottom:20px;}
/*产品*/
.i_product ul li .txts .h2{ font-size:14px;}
/*新闻动态*/
.i_news_bg2{ padding-top:10px; padding-bottom:4px; padding-left:3px; padding-right:3px; margin-bottom:6%;}
}


@media screen and (max-width: 420px) {


}
@media screen and (max-width: 360px) {

}
@keyframes mymove6
{
	from {filter:alpha(opacity=0);opacity:0;  -webkit-transform: translateY(-100px) translateX(0);
  -moz-transform: translateY(-100px) translateX(0);
  transform: translateY(-100px) translateX(0);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;}
	to { filter:alpha(opacity=100);opacity:1; -webkit-transform: translateY(0px) translateX(0);
  -moz-transform: translateY(0px) translateX(0);
  transform: translateY(0px) translateX(0);}
}

@-webkit-keyframes mymove6
{
	/*from { filter:alpha(opacity=0);opacity:0; margin-bottom:-20%;}
	to {margin-bottom:3%;filter:alpha(opacity=1);opacity:1;}*/
	from {filter:alpha(opacity=0);opacity:0;  -webkit-transform: translateY(-100px) translateX(0);
  -moz-transform: translateY(-100px) translateX(0);
  transform: translateY(-100px) translateX(0);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;}
	to { filter:alpha(opacity=100);opacity:1; -webkit-transform: translateY(0px) translateX(0);
  -moz-transform: translateY(0px) translateX(0);
  transform: translateY(0px) translateX(0);}
}